home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / graphics / sgif.zip / SGIF.DOC < prev    next >
Text File  |  1991-11-25  |  7KB  |  213 lines

  1. Here is SGIF v1.0, the only GIF viewer that I know of that lets you look at
  2. the current GIF in a slide show while decoding the next one to XMS or
  3. EMS memory.  When you hit the ENTER or SPACE key, it (almost) immediately
  4. displays the pre-decoded gif, and automatically decodes the next one in
  5. the slide show.  This way, you don't have to wait.  The first gif in the
  6. show is sent to the screen while it's being decoded.
  7.  
  8. It will read GIF87a or GIF89a files, but it cannot do the fancy GIF89
  9. stuff.
  10.  
  11. SGIF is not public domain.  You can freely distribute it, but if you like
  12. it and use it often, please send an appreciation of $15 to:
  13.  
  14. Bailey Brown
  15. 188 Morris Rd
  16. Toney, Alabama 35773 USA
  17.  
  18. e-mail:
  19.  
  20. 73020,3442              (CompuServe)
  21. bbrown@b11.ingr.com     (Internet)
  22.  
  23. New SGIF 1.1:
  24.  
  25. It will allow you to display info on a GIF file, and it also allows you
  26. to delete a file.
  27.  
  28. SGIF 1.0:
  29.  
  30. One neat feature is that it allows you to specify multiple paths on the
  31. command line, so that you can browse through all of your gifs at once, even
  32. if they are split among several directories.
  33.  
  34. It has a very good interactive slideshow capability.  You can return to the
  35. previous gif, reverse direction, remove files from the slideshow, have
  36. an automatic slideshow and specify the delay between pictures, pause an
  37. automatic slideshow, and preview a gif without clearing your current
  38. slideshow selections.
  39.  
  40. Your can switch resolutions on the fly.  In this case, the gif is copied
  41. from the screen to XMS/EMS, then the mode is switched, then the gif
  42. is displayed, saving you the decoding time.
  43.  
  44. It will use the higher text modes (80x50, 132x25, 132x44) if they are needed
  45. to display all of the files on the screen.  The maximum is 484 files in
  46. 132 cols x 44 lines mode.
  47.  
  48. Before you go any farther, I want to make it clear that I wrote this
  49. viewer for my system.  It requires 768K free XMS or EMS memory, and that
  50. you have a Tseng Labs ET4000-type SVGA card (STB, Orchid ProII, Sigma,
  51. SpeedStar, etc.) or an ATI VGA Wonder compatible card (it's been tested
  52. extenively with Tseng ET4000, and only casually with VGA Wonder).
  53. It handles the 16-color modes poorly because I don't care about them.
  54.  
  55. If you like SGIF and would like to run it on a sysem with an unsupported
  56. video card, send me a $15 appreciation and I will port it to your new
  57. type of card.
  58.  
  59. A more complete description of the features follows.
  60.  
  61.  
  62. COMMAND LINE OPTIONS (not case sensitive)
  63. =========================================
  64.  
  65. * means default
  66.  
  67. /V[:]x    default Video mode (colon is optional) where x is one of the
  68.           following:
  69.  
  70.           *default (no /v option given) is to use automode, meaning
  71.            lowest mode that will show whole picture is used.
  72.  
  73.            letter       horizontal      vertical        colors
  74.  
  75.            G            640             350             16
  76.            M            640             480             16
  77.            L            320             200             256
  78.            R            640             400             256 (ATI ONLY)
  79.            S            640             480             256
  80.            T            800             600             256
  81.            X           1024             768             256
  82.            1            next higher resolution than the one that
  83.                         the image will fit in, ie 800x600 for 640x480 gifs
  84.                         and 1024x768 for 800x600 gifs.
  85.  
  86. /B[d|n]  Background color
  87.  
  88.        *none   use background color specified in the gif header
  89.                 (not necessarily color 0 from the color map, which
  90.                 most gif viewers do).
  91.  
  92.         D      find darkest color in colormap and use it for the background
  93.  
  94.         n      where n is a number.  Use color n in the color map for
  95.                the background.  n must be in the range [0-nn]  where nn
  96.                is one less than the number of colors in the image (usually
  97.                15 or 255).
  98.  
  99.                 examples:
  100.                 sgif       will use color from gif header
  101.                 sgif /bd   will use darkest color possible
  102.                 sgif /b0   will use color 0 (usually black)
  103.                 sgif /b255 will use color 255 (usually white)
  104.  
  105. /D"path1;path2;..;pathn"
  106.  
  107.         specify Directories to look for gifs.  Does not assume current directory.
  108.  
  109.         example:
  110.  
  111.         sgif /d.;c:\pix\people;c:\pix\places;c:\pix\things;..\morepix
  112.  
  113.         will allow you to select gifs from the current directory and
  114.         the directories c:\pix;people, c:\pix\places, c:\pix\things,
  115.         and ..\morepix.
  116.  
  117. /K      don't wait for Keypress between pictures (auto slideshow).
  118.  
  119. /Wn     Wait time.  Sets pause time to n 100ths of a second.
  120.         Useful with auto slideshow.
  121.  
  122. /R      Return to DOS after displaying picture.
  123.  
  124. /E      Leave picture on screen after exiting (don't clear screen).
  125.         Useful with /R option.
  126.  
  127. /M[x|e] Memory
  128.  
  129.        *X       use XMS memory
  130.         E       use EMS memory
  131.  
  132.  
  133.  
  134. SELECTION KEYS (not case sensitive):
  135. ====================================
  136.  
  137. ENTER   show selected image(s).
  138.  
  139. SPACE   mark image for slideshow.
  140.  
  141. PAGE UP move to top of screen.
  142. PAGE DN move to bottom of screen.
  143. HOME    move to first column.
  144. END     move to last column.
  145. ^HOME   move to tope left corner.
  146. ^END    move to bottom right corner.
  147.  
  148. 'f'
  149.         type 'f' followed by any char to move highlight to first filename
  150.         on screen that starts with that char.
  151.  
  152. 'p'     preview image (show image witout clearing slideshow list).
  153.  
  154. '+'
  155. 'z'
  156.         make next higher resolution default (starts with 640x480x256).
  157. '-'
  158. 'x'     make next lowere resolution default.
  159.  
  160. 'i'     display info on file (path, resolution, colors, size)
  161.  
  162. ^D      delete file after prompting
  163.  
  164. toggles:
  165.  
  166. 'a'     use auto resolution.
  167.  
  168. '1'     use next higher than auto resolution, eg. 800x600 for 640x480 gif.
  169.  
  170. 'd'     use darkest color in images as background.
  171.  
  172. 'k'     (don't) wait for keypress.
  173.  
  174. ESC     quit.
  175.  
  176.  
  177. INTERACTIVE KEYS (while viewing images)
  178. =======================================
  179.  
  180. '+'
  181. 'z'
  182.         change to next higher resolution.
  183. '-'
  184. 'x'
  185.         change to next lower resolution.
  186.  
  187. 'u'     unselect image, ie. remove it from slideshow.
  188.  
  189. 'i'     display info on file (path, resolution, colors, size)
  190.  
  191. ^D      delete file after prompting
  192.  
  193. BACKSPACE
  194.         go back to previous image
  195.  
  196. 'r'     reverse direction of slideshow.
  197.  
  198. ESC     stop decoding/viewing and return to selection menu.
  199.  
  200. toggles:
  201.  
  202. 'a'     use auto resolution.
  203.  
  204. '1'     use next higher than auto resolution, eg. 800x600 for 640x480 gif.
  205.  
  206. 'd'     use darkest color in images as background.
  207.  
  208. 'k'     (don't) wait for keypress.
  209.  
  210.  
  211.  
  212.  
  213.